home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / progwin.zip / RESOURC2.ZIP / RESOURC2.MAK < prev    next >
Text File  |  1991-10-11  |  330b  |  15 lines

  1. #------------------------
  2. # HELLOWIN.MAK make file
  3. #------------------------
  4.  
  5. resourc2.exe:   resourc2.obj resourc2.def
  6.      tlink @resourc2.arf
  7.      c:\borlandc\bin\rc resourc2
  8.      
  9. .c.obj :
  10.         c:\borlandc\bin\bcc -c -a -mm -v -W $<
  11.  
  12. .rc.res :
  13.         c:\borlandc\bin\rc -r -ic:\borlandc\include $< 
  14.         
  15.